type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryTimestamptzToTimestamptzScanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamptz.go#L238: 			return &scanPlanBinaryTimestamptzToTimestamptzScanner{location: c.ScanLocation}
		timestamptz.go#L250: type scanPlanBinaryTimestamptzToTimestamptzScanner struct{ location *time.Location }
		timestamptz.go#L252: func (plan *scanPlanBinaryTimestamptzToTimestamptzScanner) Scan(src []byte, dst any) error {